Feature/language flyout#737
Conversation
d76925d to
a30901d
Compare
|
Slightly updated the animations, made the dimensions static, and increased the smoothness |
…nd color differentiation
…ansition smoothness
619de6a to
6c8d225
Compare
|
Hi @bropines, thanks for the contribution. Instead of creating a new Window, I think we should re-use the LockWindow. This is because functionality wise (looking at the code) and design wise, the new window shares basically the exact same purpose/code as LockWindow. Also, new WPF windows take a lot of RAM if hardware acceleration is on, and if we re-use LockWindow, we would eliminate that extra usage from initializing new windows. |
Thanks for your answer. Yes, in general I realized that it is better to use ready-made windows instead of generating new ones. I did as you asked and tested. I ALSO put the logic into a separate file |
|
I also don’t understand how to normally intercept win+space... If in alt+shift(ctrl+shift) it intercepts every press of shift, then in win+space it only intercepts the release of both keys |
Summary
Added the Language Flyout feature
Motivation
I just wanted the flyout to appear when the keyboard layout is changed as well.
Closes #607 #83
Type of Change
What Changed
Additional Information
Checklist